go/types.constDecl.inherited (field)

4 uses

	go/types (current package)
		decl.go#L369: 		inherited bool
		decl.go#L412: 					f(constDecl{spec: s, iota: iota, typ: last.Type, init: last.Values, inherited: inherited})
		decl.go#L892: 				check.constDecl(obj, d.typ, init, d.inherited)
		resolver.go#L362: 					d := &declInfo{file: fileScope, version: check.version, vtyp: d.typ, init: init, inherited: d.inherited}